-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ColorToStringConverter.shared.cs #2093
Conversation
Add ColorToHexArgbStringConverter
@dotnet-policy-service agree |
Thanks! Before we can merge this, we need two more things:
|
I don't know how to do that step |
@cl2raul66, I created a PR to add unit tests to this branch. Let me know what you think! |
Thanks @Jake-Derrick! @cl2raul66 - could you please merge it? I believe you're the only one who has the capability to accept + merge his PR. |
Add ColorToHexArgbStringConverter unit tests
Thanks! I approve this PR. Once you've opened a PR on our Docs Repo providing documentation of the new feature, we can merge this.
|
Docs PR is in, sorry we missed this: MicrosoftDocs/CommunityToolkit#451 |
Add ColorToHexArgbStringConverter
This PR adds a new converter, ColorToHexArgbStringConverter, which allows you to convert between Color objects and hex strings in ARGB format.